const hash/crc32.castagnoliK2
7 uses
hash/crc32 (current package)
crc32_amd64.go#L42: const castagnoliK2 = 1344
crc32_amd64.go#L65: var tmp [castagnoliK2]byte
crc32_amd64.go#L162: for len(p) >= castagnoliK2*3 {
crc32_amd64.go#L166: p, p[castagnoliK2:], p[castagnoliK2*2:],
crc32_amd64.go#L167: castagnoliK2/24)
crc32_amd64.go#L173: p = p[castagnoliK2*3:]
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |